home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem SuperSlots! passes these parameters to SEND.BAT.
- rem %1 = com port.
- rem %2 = base address for com port.
- rem %3 = IRQ for com port.
- rem
- rem Replace port %1 below with portx %2,%3 if using a non-standard com port.
- rem
- rem NOTE: If you have SuperSlots! setup to use a FOSSIL, do not use
- rem portx %2,%3 as these parameters are undefined when in FOSSIL mode.
- rem
- rem See SS!SYSOP.DOC for more information on SEND.BAT.
- rem
-
- rem Send icon files using Zmodem.
- DSZ port %1 sz SS?.ICN SS?.PAL
-